PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / setEnableVerticalGlyphs Method
True if vertical version of a glyph should be used if it is available.
In This Topic
    setEnableVerticalGlyphs Method
    In This Topic
    Sets a flag indicating whether vertical glyphs are enabled. Far East languages that support vertical writing use different glyphs for vertical text than for horizontal text.
    Syntax
    public void setEnableVerticalGlyphs( 
       boolean value
    )

    Parameters

    value
    True if vertical version of a glyph should be used if it is available.
    See Also